home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / Xprof / xmeasure / Imakefile next >
Makefile  |  1994-08-01  |  954b  |  29 lines

  1. /*==================================================================
  2.  *      File :          Imakefile
  3.  *      Package:        Xmeasure
  4.  * 
  5.  *      Author :        Aloke Gupta.
  6.  *
  7.  *  (C) Copyright 1992, Aloke Gupta.
  8.  *==================================================================*/
  9.  
  10.         PROGRAMS = xmeasure
  11.          HEADERS = perf.h tests.h
  12.             SRCS = main.c runtests.c table.c timer.c tstcolor.c tstgfx.c \
  13.                    tstmisc.c tstprops.c tsttxt.c tstwins.c 
  14.             OBJS = main.o runtests.o table.o timer.o tstcolor.o tstgfx.o \
  15.                    tstmisc.o tstprops.o tsttxt.o tstwins.o 
  16.    SYS_LIBRARIES = -lX11_s
  17.       VERSION = 1.01
  18.     CFLAGS    = -DXLIB_ILLEGAL_ACCESS
  19. ComplexProgramTarget(xmeasure)
  20.  
  21. /*
  22. tar:
  23.     -rm -f xmeasure xmeasure_$(VERSION).tar.Z
  24.     cp Makefile Makefile.bak
  25.     tar chf xmeasure_$(VERSION).tar Imakefile Makefile $(HEADERS) $(SRCS) xmeasure.1;
  26.     mv Makefile.bak Makefile
  27.     compress xmeasure_$(VERSION).tar
  28. */
  29.